-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPP runner under .NET (Core) #3003
CPP runner under .NET (Core) #3003
Conversation
Resolve testhost also from vstest.console folder when we cannot find it based on runtime config, or next to the test dll. This allows .net core projects that don't depend on test.sdk to run, as well as non-executable projects, and possibly native dlls - CPP runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Under temp/testhost-core
folder there are binaries, was that intentional?
yes it was intentional. Now I replaced them with a set of dlls that will come from nuget as soon as we get one. There are also few runtimeconfig files in temp/testhost now that I am not sure where to put in the final package. |
src/Microsoft.TestPlatform.TestHostProvider/Hosting/DotnetTestHostManager.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.TestHostProvider/Hosting/DotnetTestHostManager.cs
Outdated
Show resolved
Hide resolved
…HostManager.cs Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>
…HostManager.cs Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>
Description
Please add a meaningful description for this change.
Ensure the PR has required unit tests.
Related issue
Kindly link any related issues. E.g. Fixes #xyz.